| Author |
Thread Statistics | Show CCP posts - 2 post(s) |

Hel O'Ween
Men On A Mission
76
|
Posted - 2014.05.06 13:33:00 -
[1] - Quote
RO ALEXANDER wrote:however I might be mistaken but there are certain data pieces (logs, assets list, journal) that are not stored on Eve's CDN and you only get one chance to get the data.
As for journals: you can't get them past a certain date (1 month), but you certianly can retrieve them as often as you like during that period.
Same's true for assets. What you miss ofc is the change of assets in between two cache calls:
- pull API the first time, caching starts - add item A to your assets - remove item A from your assets - caching expires, pull API a second time
From an asset API POV, item A has never existed. EVEWalletAware - an offline wallet manager. |

Hel O'Ween
Men On A Mission
81
|
Posted - 2014.06.12 16:24:00 -
[2] - Quote
SCORPl0 wrote: Any idea of an existing simple C# forum that we can easily modify and incorporate api calls?
You could try YetAnotherForum.NET.
Fun fact: that's the forum software you're using in this very moment, as the EVE forums are based on YAF (and to which CCP contribute back, when they modified it to their need). EVEWalletAware - an offline wallet manager. |

Hel O'Ween
Men On A Mission
156
|
Posted - 2016.03.24 16:56:52 -
[3] - Quote
Xiaou Bijoun wrote:So I updated to 3.0.6 core and 3.4.0 crest but still does not work. I can fall back to a previous version and it works.
I tried to copy the example that you had in earlier post but the line
var old = region.Query(r => r.MarketBuyOrders, "type", itemLink.Uri);
gives error that itemLink.Uri does not exist and had to change to itemLink.Href.Uri.
Also that code appears to look for MarketBuyOrders of type #System.
I am guessing that is just an example, but it does work.
Without knowing EveLib, my guess is that "type" in r.MarketBuyOrders, "type", itemLink.Uri) is meant to be replaced with the item's real typeID (from table invTypes), because #System has typeID 0, to which "type" would be converted if treated as a numeric value. I.e. the all to popular Tritanuim example has the typeID 34.
EVEWalletAware - an offline wallet manager.
|
| |
|